import type { ReactNode } from 'react'; import type { TextInputProps } from './type'; export declare const PrefixSuffix: ({ size, content, disabled, type, }: Pick & { type: 'prefix' | 'suffix'; content: ReactNode; }) => import("react").JSX.Element | null; //# sourceMappingURL=PrefixSuffix.d.ts.map